home *** CD-ROM | disk | FTP | other *** search
/ MacWorld 2008 October / Macworld October 2008 CD-ROM.bin / pc / Secrets / TextExpander 2.3.dmg / TextExpander.prefPane / Contents / Resources / Japanese.lproj / SMTEHelp / somm_help.css < prev    next >
Encoding:
Cascading Style Sheet File  |  2008-07-22  |  1.7 KB  |  86 lines

  1. body  { color: black; background-color: white }
  2. p {
  3.     font-size: 13px;
  4.     line-height: 19px;
  5.     margin: 6px 0 6px 0;
  6. }
  7. h1 {
  8.     font-size: 17px;
  9.     margin-bottom: 0px;
  10. }
  11. h2 {
  12.     font-size: 14px; 
  13.     font-weight: bold; 
  14. }
  15. h3 {
  16.     font-size: 15px;
  17.     font-weight: bold;
  18.     margin: 10px 0 2px 0;
  19. }
  20. ul {
  21.     list-style-type: circle;
  22.     margin: 0;
  23. }
  24. ul.toc {
  25.     list-style-type: none;
  26. }
  27. ol {
  28.     margin: 0;
  29. }
  30. ol.alpha {
  31.     list-style-type:lower-alpha;
  32. }
  33. li { 
  34.     font-size: 13px; 
  35.     line-height: 21px; 
  36. }
  37. a:link { 
  38.     color: #36c;
  39. }
  40. a:visited {
  41.     color: #36c;
  42. }
  43. a:hover {
  44.     color: #090;
  45. }
  46. a:active {
  47.     color: #9cf;
  48. }
  49. .small {
  50.     font-size: 10px;
  51. }
  52. .codegray {
  53.     font-style: italic;
  54.     font-weight: normal;
  55.     font-variant: normal;
  56.     color: #666666;
  57. }
  58. .codepurple  { color: #990099 }
  59. .codeblue {
  60.     color: #0000FF;
  61. }
  62. .codegreen {
  63.     color: #578F20;
  64. }
  65.  
  66.  
  67. /** CSS code from older files, probably don't need 
  68.  
  69. code { color: #666666; font-weight: bold; white-space: normal }
  70. .snippetabbreviation { color: #990000; font-weight: bolder }
  71. .snippetcontent { color: #008000; font-weight: bolder }
  72. .faint { color: #999999 }
  73. .smalltext  { font-size: 9px }
  74. .smallhead  { font-size: 12px; font-family: Verdana, Arial, sans-serif; font-weight: bold; line-height: 24px }
  75. .bigger { font-size: 12px; font-weight: bold; line-height: 15px }
  76. .highlight { color: #36c }
  77. .bigger3 { font-size: 16px; line-height: 22px }
  78. .backcolor { background-color: #d0deec }
  79. .medium { font-size: 11px; line-height: 14px }
  80. .highlight2  { color: #fff; background-color: #55c535 }
  81. .highlight3 { color: #f30 }
  82. .highlight4 { color: #f90 }
  83. .bigger2  { font-size: 14px; line-height: 20px }
  84. .boxtext { font-size: 12px; line-height: 16px; background-color: #d4e4f4; margin-left: 5px; padding: 2px 6px; width: 250px; border: solid 1px #039 }
  85. .tablebox  { padding: 2px; border: solid 1px #36c }
  86. **/